Topic 1: Links
One of a website's most defining features is its use of links. Links allow the user to move from one part of the site to another. There are quite a few types of ways that a link may be used for a website such as traveling from one website to another one. A link can also open to a new browser window. And a link can open an email and create an email to send.
Topic 2: Writing Links
To create a link, you must use the <a> element in your html code. Users are then able to click on anything that is inside the opening and closing <a> and </a> tag. It is also important to use the href attribute to specify which page you want linked.
Topic 3: Boxes
When using the CSS feature, the user is able to set up multiple properties that can change and alter the appearance of the created boxes. The most interesting ways that a box can be manipulated are shown through creating borders around the box. Another is by setting commands for the box like paddings and margins. And the user can even hide the box from sight.